Hi,
When converting a DOCX file to PDF using Aspose.Words, I noticed extra text appears at page 2.
Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance…... Code: var doc = new Document(@".\test.docx"); doc.LayoutOptions...pdf"); After checking the Word document, the text seems to come from...